All Questions
2 questions
7votes
1answer
6kviews
Integration vs Functional Testing
Alright....so this is driving me nuts as I'm trying to encourage the team to write more tests yet here I am unable to determine whether the following example is considered an integration or a ...
6votes
2answers
2kviews
Functional testing and Acceptance testing leading to redundant code
What I know is: A Functional test aims to test a single component (like a WebApp's Controller) from the point of view of the developer. => Did I achieve all the requirements to make it work well? An ...